* lisp/emacs-lisp/rx.el: Make it a superset of sregex.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Dec 2010 23:17:09 +0000 (18:17 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Dec 2010 23:17:09 +0000 (18:17 -0500)
commitd1aed78b74edf996da57cd9f6c7e60db02ba172e
treec950d9bfb2f3a215a0bacff028912a0fa9e1908e
parent0c856232da28900093349535e9eabcaa33b4ea8e
* lisp/emacs-lisp/rx.el: Make it a superset of sregex.
(rx-constituents): Add `any => "."', mark `repeat' as taking any number
of args, add `regex' alias.
(rx-info): Add arg to distinguish head and standalone forms.
(rx-check, rx-form): Pass the corresponding arg.
(rx-**): Simplify.
(rx-repeat): Make it work for any number of args.
(rx-syntax): Make it accept syntax chars as is.
* lisp/obsolete/sregex.el: Move from emacs-lisp/.
* lisp/emacs-lisp/re-builder.el: Remove sregex support.
* lisp/emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/edebug.el
lisp/emacs-lisp/re-builder.el
lisp/emacs-lisp/rx.el
lisp/emacs-lisp/sregex.el [deleted file]
lisp/obsolete/sregex.el [new file with mode: 0644]